home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0093.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  1.1 KB  |  28 lines

  1.  
  2.  
  3.   Mike, 
  4.  
  5.    Thanks again for the response.  I might be mistaken but it appears
  6.  that the code fragment is intended to only return the status of the
  7.  mouse buttons.
  8.  
  9.    So I am still asking for a solution to the problem.
  10.  |  Is there a patch/extension (or whatever) which allows the reading of
  11.  |  a mouse connected to the other port??  Perhaps a function call like 
  12.  |  USE_MOUSE_PORT(1) to set up the condition, and a call like 
  13.  |  USE_MOUSE_PORT(0) to reset the system back to default.  
  14.  
  15.  
  16.    AMOS is so powerful because it does so much for us that it allows 
  17.  programming at a high level of abstraction.  It has already setup its 
  18.  internal variables for the mouse pointer movement tracking and all 
  19.  an AMOS programmer has to do is read those variables.  C is nice because
  20.  you can get to those registers if you have the knowledge, but if you don't
  21.  have that machine specific information, you are frustrated.  I imagine a few
  22.  strategic pokes (I'm sure different for each version of the OS) would do 
  23.  the trick.  
  24.  
  25.                                                  clayton
  26.  
  27.  
  28.